Difference between revisions of "Documentation Talk:Reference Section 8.1"

From POV-Wiki
Jump to navigation Jump to search
(about the syntax of text object, with #5719 applied)
 
m (follow up)
 
Line 19: Line 19:
 
--[[User:Le Forgeron|Le Forgeron]] 16:31, 6 October 2012 (UTC)
 
--[[User:Le Forgeron|Le Forgeron]] 16:31, 6 October 2012 (UTC)
  
 +
The above narrative came from the quick reference (it's been dropped) ... see the changes below:
 +
 +
[[Documentation:Unix Section 6#Benchmark Rendering Mode|unix benchmarking]]<br>
 +
[[Documentation:Windows Section 5.2#Run Benchmark|window benchmarking]]<br>
 +
[[Documentation:Tutorial Section 1#Changes and New Features Summary|changes and new features]]<br>
 +
[[Reference:Text|text object alternate syntax]]<br>
 +
[[Reference:Font Files|font files]]
 +
 +
--[[User:Jholsenback|jholsenback]] 13:12, 10 October 2012 (UTC)
 
----
 
----

Latest revision as of 13:12, 10 October 2012

Greetings,

should #5719 reach production (not in 3.7RC6, but later, possibly before or in definitive 3.7), the allowed syntax for text could be either

 text { ttf FILE_NAME          STRING F_THICKNESS, V_OFFSET [OBJECT_MODIFIERS] } 
 text { internal FONT_NUMBER   STRING F_THICKNESS, V_OFFSET [OBJECT_MODIFIERS] } 

(I do not know how to express a mandatory alternative between "ttf ..." and "internal ...", maybe something like:

   text { \(ttf FILE_NAME | internal FONT_NUMBER \) STRING F_THICKNESS, V_OFFSET [OBJECT_MODIFIERS] } 

Font number defined within #5719:

  • 0 : povlogo.ttf
  • 1 : timrom.ttf
  • 2 : cyrvetic.ttf
  • 3 : crystal.ttf

Out of defined range default to 0.


--Le Forgeron 16:31, 6 October 2012 (UTC)

The above narrative came from the quick reference (it's been dropped) ... see the changes below:

unix benchmarking
window benchmarking
changes and new features
text object alternate syntax
font files

--jholsenback 13:12, 10 October 2012 (UTC)