~ubuntu-branches/ubuntu/utopic/dvdstyler/utopic-proposed

« back to all changes in this revision

Viewing changes to src/TextSub.cpp

  • Committer: Package Import Robot
  • Author(s): Fabrice Coutadeur
  • Date: 2012-12-15 18:58:57 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20121215185857-3fre4y6qzi1z4hcr
Tags: 2.3.4-0ubuntu1
* New upstream release
* debian/watch: updated to only get stable releases (and discard alpha and
  beta version)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
// Purpose:     The class to store a DVD TextSub parameters
4
4
// Author:      Alex Thuering
5
5
// Created:         09.04.2011
6
 
// RCS-ID:      $Id: TextSub.cpp,v 1.1 2011/04/14 07:16:53 ntalex Exp $
 
6
// RCS-ID:      $Id: TextSub.cpp,v 1.2 2012/10/14 13:15:12 ntalex Exp $
7
7
// Copyright:   (c) Alex Thuering
8
8
// Licence:     GPL
9
9
/////////////////////////////////////////////////////////////////////////////
36
36
        m_subtitleFps = 25;
37
37
        m_movieFps = 25;
38
38
        m_movieSize = wxSize(720, 574);
 
39
        m_aspectRatio = arAUTO;
39
40
}
40
41
 
41
42
wxString TextSub::GetFontFile() {