OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tprop
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/viz/src/
shapes.cpp
558
vtkSmartPointer<vtkTextProperty>
tprop
= actor->GetTextProperty();
local
559
tprop
->SetFontSize(font_size);
560
tprop
->SetFontFamilyToCourier();
561
tprop
->SetJustificationToLeft();
562
tprop
->BoldOn();
565
tprop
->SetColor(c.val);
[
all
...]
Completed in 599 milliseconds