home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Unicode / Chinese / Korean / Japanese / Thai / Hebrew
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Isaac Lin" data-source="post: 64163" data-attributes="member: 19396"><p><strong>RE: How could remove or extended Limit 5000 or 8000?</strong></p><p></p><p>Basically, you need to obtain source code from SVN server or sourceforge.net., because it containing in the source code which is fontEngine.cpp in <working>\mediaportal\Core\fontEngine. It's not a good idea to increase capacity which will require more video memory and display tiny characters on screen.</p><p></p><p>Origenal:</p><ul> <li data-xf-list-type="ul">#define MAX_TEXTURE_COORDS <span style="color: orange">8000</span><br /> #define MaxNumfontVertices <span style="color: orange">8000</span></li> </ul><p>After modification:</p><ul> <li data-xf-list-type="ul">#define MAX_TEXTURE_COORDS <span style="color: red">40869</span><br /> #define MaxNumfontVertices <span style="color: red">40869 </span></li> </ul></blockquote><p></p>
[QUOTE="Isaac Lin, post: 64163, member: 19396"] [b]RE: How could remove or extended Limit 5000 or 8000?[/b] Basically, you need to obtain source code from SVN server or sourceforge.net., because it containing in the source code which is fontEngine.cpp in <working>\mediaportal\Core\fontEngine. It's not a good idea to increase capacity which will require more video memory and display tiny characters on screen. Origenal: [list]#define MAX_TEXTURE_COORDS [color=orange]8000[/color] #define MaxNumfontVertices [color=orange]8000[/color][/list] After modification: [list]#define MAX_TEXTURE_COORDS [color=red]40869[/color] #define MaxNumfontVertices [color=red]40869 [/color][/list] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Unicode / Chinese / Korean / Japanese / Thai / Hebrew
Contact us
RSS
Top
Bottom